Interrupt Mask Set and Clear Register
RORIM | Software should set this bit to enable interrupt when a Receive Overrun occurs, that is, when the Rx FIFO is full and another frame is completely received. The ARM spec implies that the preceding frame data is overwritten by the new frame data when this occurs. |
RTIM | Software should set this bit to enable interrupt when a Receive Time-out condition occurs. A Receive Time-out occurs when the Rx FIFO is not empty, and no has not been read for a time-out period. The time-out period is the same for master and slave modes and is determined by the SSP bit rate: 32 bits at PCLK / (CPSDVSR X [SCR+1]). |
RXIM | Software should set this bit to enable interrupt when the Rx FIFO is at least half full. |
TXIM | Software should set this bit to enable interrupt when the Tx FIFO is at least half empty. |
RESERVED | Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined. |